home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / www / ludzie / txf / progs / anystrtolong.lha / AnyStrToLong / AnyStrToLong.readme < prev   
Text File  |  1996-11-03  |  894b  |  22 lines

  1. Short:    Fix, Two routines ASCII<->Long. Dec/hex/bin.
  2. Author:   tadek@student.uci.agh.edu.pl (Tadek Knapik)
  3. Uploader: tadek@student.uci.agh.edu.pl (Tadek Knapik)
  4. Type:     dev/asm
  5. Replaces: dev/asm/AnyStrToLong
  6.  
  7.     Here you have two routines for converting string<->long.
  8. The first one is similar to dos.library/StrToLong(), but it can handle
  9. hexadecimal and binary strings as well (prefixes '$', '0x' and '%'). The
  10. second one converts given longword to a string - you can select between
  11. decimal, signed decimal (minus when bit 31/15/7 is set), hexadecimal and
  12. binary.
  13.     AnyStrToLong remains the same as for the first relase.
  14.     AnyLongToStr - fixed bad handling of 10, 100, 1000 etc. (was
  15. 'bhi' instead if 'bpl', sorry!!!), optimized dividing by ten routine for
  16. 68000 (thanks to Simon N Goodwin for this!), added handling of signed
  17. words and bytes.
  18.  
  19.     Tadek Knapik (tadek@student.uci.agh.edu.pl)
  20.  
  21.  
  22.